home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #8 / K-CD-8-2003.ISO / Eraser / EraserSetup.exe / {app} / Examples / Delphi / form1.dfm < prev    next >
Encoding:
Text File  |  2002-12-08  |  825 b   |  41 lines

  1. object Form1Cls: TForm1Cls
  2.   Left = 377
  3.   Top = 204
  4.   Width = 374
  5.   Height = 224
  6.   Caption = 'Eraser Sample in Delphi'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 82
  20.     Height = 13
  21.     Caption = 'Enter file to erase'
  22.   end
  23.   object Erase: TButton
  24.     Left = 265
  25.     Top = 68
  26.     Width = 69
  27.     Height = 26
  28.     Caption = '&Erase'
  29.     TabOrder = 0
  30.     OnClick = Erase_Click
  31.   end
  32.   object FileName: TEdit
  33.     Left = 8
  34.     Top = 68
  35.     Width = 249
  36.     Height = 21
  37.     TabOrder = 1
  38.     Text = 'h:\\eraser\\eraser-source\\samples\\delphi\\form1.dcu'
  39.   end
  40. end
  41.